home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / ansiset.zip / ANSISET.DOC next >
Text File  |  1987-11-09  |  2KB  |  81 lines

  1.  
  2. ANSISET                (V1.00)                ANSISET
  3.  
  4. NAME
  5.     ansiset - set foreground or background colors and do keyboard
  6.           reassignment using ANSI driver for DOS
  7.  
  8. SYNOPSIS
  9.     ansiset option1 option2 option3 ...
  10.  
  11. DESCRIPTION
  12.  
  13.     Ansiset is a program that is used to set the foreground and
  14.     background colors and do keyboard reassignment using the ANSI
  15.     driver for DOS.
  16.  
  17.     Options are of five kinds: foreground color options, background
  18.     color options, other color options, keyboard reassignment options
  19.     and miscellaneous options.
  20.  
  21.     Any number of options may be specified in any order.  They are
  22.     executed in the order given.
  23.  
  24. FOREGROUND COLOR OPTIONS
  25.  
  26.     The foregound color options are:
  27.  
  28.     black,  red,  green,  brown,  blue,  magenta,  cyan,  and white.
  29.  
  30. BACKGROUND COLOR OPTIONS
  31.  
  32.     The background color options are:
  33.  
  34.     bblack, bred, bgreen, bbrown, bblue, bmagenta, bcyan, and bwhite.
  35.  
  36. OTHER COLOR OPTIONS
  37.  
  38.     The other color options are:
  39.  
  40.     normal (white on black), reverse (reverse video),  and
  41.     bright (bold foreground).
  42.  
  43. KEYBOARD REASSIGNMENT OPTIONS
  44.  
  45.     These options are of the form  x=y  where
  46.  
  47.     x = a number from 1 to 255 (ASCII code of a key in decimal)
  48.         or 
  49.         0; followed by a number from 1 to 255 (extended ASCII code
  50.         for function keys etc.)
  51.  
  52.     y = a sequence of numbers (1..255) or strings (enclosed in double
  53.         quotes), each separated by a semicolon.
  54.  
  55.     Examples:    101=69        (Reassign 'e' to 'E')
  56.             0;59=101    (Reassign F1 to 'e')
  57.             0;59=99;100;32    (Reassign F1 to 'cd ')
  58.             0;59="dir"    (Reassign F1 to 'dir')
  59.             0;59="dir";13    (Reassign F1 to 'dir<cr>')
  60.  
  61. MISCELLANEOUS OPTIONS
  62.  
  63.     -h, -H, -?    gives help
  64.  
  65.     -v, -V        displays version number
  66.  
  67. EXAMPLES
  68.  
  69.     ansiset bblue red 0;62="dir";13
  70.  
  71.     sets the background color to blue, foreground color to red and
  72.     maps the F4 key to "dir<CR>".
  73.  
  74.  
  75. AUTHOR
  76.  
  77.     Venu P. Gopal
  78.  
  79.     Inspired from a public domain batch file that set the foreground
  80.     and background colors in ANSI.
  81.